home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / CDROM / RexxCD / rexxcd.readme < prev    next >
Encoding:
Text File  |  1998-01-15  |  1.7 KB  |  53 lines

  1. Short:    CDDA player with synchronized lyrics
  2. Uploader: ubbe@rit.se (Urban Lindeskog)
  3. Author:   ubbe@rit.se (Urban Lindeskog)
  4. Type:     disk/cdrom
  5. Version:  1.3
  6.  
  7. This CDDA player is equiped with an extensive ARexx
  8. command set, and so far I know an unique feature:
  9. syncronized lyrics (a la' karaoke).
  10.  
  11. The data files are 'MCDPlayer' compatible, with some
  12. extentions; it supports lyrics and compilation discs
  13. with multiple artists/groups.
  14.  
  15. RexxCD can be iconified to an user defined AppIcon,
  16. so you can start it in the background.
  17.  
  18. The archive contains:
  19.  
  20.   · Installer script -USE IT, or read the docs!
  21.   · RexxCD
  22.   · Example ARexx programs
  23.   · HTML documentation
  24.   · Data files (track names, lyrics, etc.)
  25.   · Locale file (sorry, only 'svenska' now)
  26.     The built-in language is english.
  27.  
  28. Changes in version 1.1:
  29.   · Added a few TOC files.
  30.   · Fixed an error in the attribute documentation.
  31.     (The setattr example in the introduction)
  32.   · Fixed some cosmetic problems in the documentation
  33.     with IBrowse.
  34.   · Fix: Playback stopped after playing the last track
  35.     with "Repeat 1".
  36.   · Fix: Could not play next track with "Repeat 1".
  37.   · Fix: RexxCD locked up when both the "Show Main"
  38.     and "Show Lyrics" menu items were deselected.
  39.  
  40. Changes in version 1.2:
  41.   · The UNIT tooltype was not read correctly.
  42.   · Added a compatability fix for NEC drives.
  43.   · Fixed a nasty memory leak (100 bytes or so) for
  44.     every ARexx command started.
  45.   · RexxCD does not poll the CD player as often as
  46.     it used to when the lyrics window is open.
  47.  
  48. Changes in version 1.3:
  49.   · Added ACTION.NEWDISC - Arexx Command that is run
  50.     every time a new disc is inserted.
  51.   · RexxCD now gets a notification when the TOC file is
  52.     altered, and reload it.
  53.